home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / dbxhang.z / dbxhang
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. DDDDBBBBXXXXHHHHAAAANNNNGGGG((((1111))))                                                          DDDDBBBBXXXXHHHHAAAANNNNGGGG((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      dbxhang - start a process without really starting it
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      dbxhang  object-file
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _d_b_x_h_a_n_g starts a program running by doing a _f_o_r_k(2) and  _e_x_e_c(2), leaving
  16.      the program stopped before executing its first instruction.
  17.  
  18.      This is useful when a program to be debugged does unusual things with _t_t_y
  19.      characteristics, or which is sensitive to the <Interrupt> character and
  20.      you don't want any <Interrupt> in the _d_b_x command window sent to the
  21.      program to be debugged.
  22.  
  23.      Use _d_b_x_h_a_n_g on the program to be debugged in one window and intercept the
  24.      stopped program with dbx -p or dbx -P from a different window.  In the
  25.      _d_b_x session window, continue the program (after setting any breakpoints
  26.      desired) with the cont command: the run command is not usable on a
  27.      program intercepted with -p or -P.
  28.  
  29.      Example:
  30.  
  31.          dbxhang myprog myargument1 myargument2
  32.          (and, from another window)
  33.          dbx -P myprog
  34.          stop in main
  35.          cont
  36.  
  37.  
  38. FFFFIIIILLLLEEEESSSS
  39.      /usr/sbin/dbxhang
  40.  
  41. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.      dbx(1)
  43.      Compiling Debugging and Performance Tuning
  44.      DBX Reference Manual (odbx)
  45.      IRIS-4D Series Compiler Guide
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.